ostree.git
2015-03-04 Colin Waltersrepo: Fix assertion to allow NULL options
2015-03-04 Colin Walterscommit: Add missing (allow-none) in write_ref_immediate()
2015-03-03 Colin Waltersdeltas: Use mmap() instead of copying input file
2015-03-03 Colin Waltersdeltas: Gather statistics on total number rollsum'd...
2015-03-03 Giuseppe Scrivanotests: Remove some duplications from Makefile-tests.am
2015-03-03 Giuseppe Scrivanotests: enforce ${CMD_PREFIX} on all ostree processes
2015-03-03 Giuseppe Scrivanoostree_repo_static_delta_generate: add new param "verbose"
2015-03-03 Colin Waltersstatic-delta: Add --disable-bsdiff option
2015-03-03 Giuseppe ScrivanoMakefile.dist-packaging: fix make rpm with submodules
2015-03-03 Giuseppe ScrivanoFix "make syntax-check" failures.
2015-03-03 Giuseppe Scrivanoautogen.sh: replace all $(libbsdiff_srcpath) and $...
2015-03-03 Giuseppe Scrivanotests: add test for bsdiff
2015-03-03 Giuseppe Scrivanostatic-delta: increase threshold for rollsum to 50%
2015-03-03 Giuseppe ScrivanoAdd bsdiff support to deltas
2015-03-03 Giuseppe ScrivanoAdd bsdiff submodule
2015-03-03 Colin Waltersrepo: Port hardlink-scanning code to fd-relative calls
2015-03-03 Colin Waltersrepo: Drop internal GFile* API helper
2015-03-03 Colin Waltersdeploy: Use glnx file copy code
2015-03-02 Matthew Barnescore: Fix duplication bug in _ostree_detached_metadata_...
2015-03-02 Matthew Barnescore: Add definitions for GPG signature metadata
2015-03-02 Matthew Barneslibotutil: Allow no variant in ot_util_variant_builder_...
2015-03-02 Matthew Barneslibotutil: Remove ot_variant_new_from_bytes()
2015-03-02 Matthew Barnesconfigure.ac: Bump GLib requirement to 2.40
2015-03-02 Matthew Barnesgpg: Remove _ostree_gpg_verifier_set_homedir()
2015-02-26 Matthew Barnesostree: Add gpg-sign command
2015-02-25 Colin Waltersrepo: detached sigs: Use error prefixing instead of...
2015-02-24 Colin Waltersprepare-root: Move /sysroot instead of unmounting it
2015-02-23 Giuseppe Scrivanobuild: build libbupsplit separately
2015-02-23 Giuseppe Scrivanoostree-repo-static-delta-processing: initialize "modev"
2015-02-23 Giuseppe ScrivanoFix GObject introspection annotation
2015-02-23 Giuseppe Scrivanoostree-repo-traverse.c: Fix documentation parameter...
2015-02-23 Colin Walterstests: Move test gpg keyring into writable tmpdir
2015-02-23 Matthew BarnesAdd explicit zlib dependency
2015-02-23 Colin Waltersrepo: Port APIs used by prune to fd-relative *at calls
2015-02-23 Colin Walterslibglnx: Use git.gnome.org's copy
2015-02-23 Colin Walterscheckout: Drop internal use of GFile *
2015-02-23 Colin Waltersdeploy: Also look for /usr/lib/os-release
2015-02-23 Colin WaltersUse libglnx
2015-02-21 Giuseppe Scrivanotests: do not run tests/test-rollsum as part of make...
2015-02-20 Matthew Barnesrepo: Check for OSTREE_REPO in ostree_repo_new_default()
2015-02-18 Daniel Drakelibostree: set directory mtimes to 0 on checkout
2015-02-16 Colin Walterstests: Restore accidentally deleted Makefile bit
2015-02-16 Colin Waltersdeltas: Search for similar objects (possibly renamed...
2015-02-16 Colin Waltersrepo: Add a new iterator traversal API for commits
2015-02-16 Colin Waltersdeltas: Prune deltas when the corresponding "to" commit...
2015-02-16 Colin Waltersdeltas: Make syntax-check happy
2015-02-16 Colin Waltersdeltas: Implement rollsums
2015-02-16 Colin Waltersdeltas: Initial code to copy content from existing...
2015-02-16 Colin Waltersdeltas: Flesh out the open/write/close opcodes
2015-02-16 Colin Waltersdeltas: Use the new internal streaming APIs
2015-02-16 Colin Waltersdeltas: Stub out a few more opcodes
2015-02-16 Colin Waltersdeltas: Print total size of rollsums we would use
2015-02-16 Colin Waltersdeltas: Compute rollsum targets
2015-02-16 Colin Waltersdeltas: Rework format to allow streaming
2015-02-16 Colin Waltersdeltas: Add _V0 to part #define
2015-02-16 Colin Waltersdeltas: Remove support for gzipped delta parts
2015-02-16 Colin Waltersdeltas: Use base64 for csums, add version to parts
2015-02-15 Colin Waltersrepo: Store pending objects in prefixed subdirectory
2015-02-13 Colin Waltersrepo: Fix major performance regression with --scan...
2015-02-13 Colin Walterspull-local: Fix regression with absolute paths
2015-02-08 Colin WaltersChange pull-local to just be a wrapper for pull with...
2015-02-06 Colin Walterspull: Optimize file:/// URIs to skip libsoup and hardli...
2015-02-06 Colin WaltersAdd an internal API to get a read fd for a content...
2015-02-06 Colin Walterspull: Copy the upstream summary file when doing a pull...
2015-02-06 Colin WaltersWhen mirroring, write content directly, do not verify
2015-02-06 Colin WaltersAdd an internal API to stream content objects
2015-02-05 Colin Waltersutil: Add an API to atomic-replace a file, dirfd relati...
2015-02-05 Colin Waltersrepo: Hold an fd "repo_dir_fd" open for the toplevel too
2015-02-04 Colin Waltersprepare-root: Update comments
2015-02-04 Daniel Drakeprepare-root: avoid double-stacked /sysroot mount
2015-02-04 Colin Walterspackaging: Add man5 pages
2015-02-02 Giuseppe Scrivanotests: Add tests for ot-unix-utils
2015-02-02 Giuseppe Scrivanoconfigure.ac: Enable option subdir-objects for automake
2015-02-02 Giuseppe Scrivanotests: Move test-varint and test-rollsum under "make...
2015-02-02 Giuseppe Scrivanosyntax-check: Remove empty lines at the end of file
2015-01-30 Giuseppe Scrivanopull: use a single per-transaction syncfs instead of...
2015-01-30 Giuseppe ScrivanoReplace "==" with "=" in shell script test
2015-01-30 Giuseppe ScrivanoDo not interleave spaces and tabs
2015-01-30 Giuseppe ScrivanoRemove magic argument numbers to exit(2)
2015-01-30 Giuseppe ScrivanoRemove unused <dirent.h>
2015-01-30 Giuseppe ScrivanoRemove unused include <assert.h>
2015-01-30 Giuseppe Scrivanosyntax-check: quote the first argument to AC_DEFINE
2015-01-30 Giuseppe ScrivanoRemove trailing dot from error message
2015-01-30 Giuseppe ScrivanoAdd infrastructure for "make syntax-check"
2015-01-30 Giuseppe ScrivanoFix repeated words.
2015-01-30 Giuseppe ScrivanoFix make distcheck
2015-01-25 Colin Walterspull: (trivial) Fix English in function name
2015-01-23 Colin WaltersRelease 2015.3
2015-01-23 Colin WaltersExplicitly label .origin files as configuration
2015-01-23 Colin Waltersbuild: Add --disable-static-deltas
2015-01-22 Colin Walterspull: Further extend static delta progress
2015-01-22 Colin Walterspull: Distingiush delta pulls from loose better
2015-01-22 Colin Walterscommit: Fix segfault on async writes if object exists...
2015-01-21 Colin Walterstraverse: Fix transfer on hash table
2015-01-21 Colin Waltersdeltas: Use trusted writes
2015-01-21 Colin Waltersdeltas: Drop async content writes
2015-01-21 Colin Waltersdeltas: Unlink temporary metadata files before processing
2015-01-20 Giuseppe Scrivanostatic-delta: limit the number of writes in process...
2015-01-20 Alexander Larssonstatic delta generation: Separate max chunk size from...
2015-01-19 Colin Waltersadmin: Add set-origin command
next